home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / nahravani / aurec / arw3.exe / {app} / ARWizard3.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Encoding:
Text File  |  2004-05-19  |  2.2 KB  |  111 lines

  1. object Form5: TForm5
  2.   Left = 257
  3.   Top = 551
  4.   BorderStyle = bsDialog
  5.   Caption = 'Audio Record Wizard '
  6.   ClientHeight = 142
  7.   ClientWidth = 434
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 434
  23.     Height = 105
  24.     Align = alTop
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 78
  30.       Top = 10
  31.       Width = 294
  32.       Height = 14
  33.       Caption = 'vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv'
  34.     end
  35.     object Image1: TImage
  36.       Left = 24
  37.       Top = 34
  38.       Width = 34
  39.       Height = 34
  40.       AutoSize = True
  41.       Picture.Data = {<image000.bmp>}
  42.       Transparent = True
  43.     end
  44.     object Label2: TLabel
  45.       Left = 80
  46.       Top = 32
  47.       Width = 215
  48.       Height = 14
  49.       Caption = 'Audio  Record Wizard will overwrite this file.'
  50.     end
  51.     object Label3: TLabel
  52.       Left = 80
  53.       Top = 53
  54.       Width = 271
  55.       Height = 14
  56.       Caption = '** If you would like to start a new recording, please click'
  57.     end
  58.     object Label4: TLabel
  59.       Left = 80
  60.       Top = 74
  61.       Width = 223
  62.       Height = 14
  63.       Caption = 'the File button (Blue) to select a new filename.'
  64.     end
  65.   end
  66.   object Panel2: TPanel
  67.     Left = 0
  68.     Top = 105
  69.     Width = 193
  70.     Height = 37
  71.     Align = alLeft
  72.     BevelOuter = bvNone
  73.     TabOrder = 1
  74.     object CheckBox1: TCheckBox
  75.       Left = 8
  76.       Top = 6
  77.       Width = 185
  78.       Height = 17
  79.       Caption = 'Don'#39't show this message next time'
  80.       TabOrder = 0
  81.     end
  82.   end
  83.   object Panel3: TPanel
  84.     Left = 250
  85.     Top = 105
  86.     Width = 184
  87.     Height = 37
  88.     Align = alRight
  89.     BevelOuter = bvNone
  90.     TabOrder = 2
  91.     object Button1: TButton
  92.       Left = 16
  93.       Top = 5
  94.       Width = 75
  95.       Height = 21
  96.       Caption = '&Ok'
  97.       TabOrder = 0
  98.       OnClick = Button1Click
  99.     end
  100.     object Button2: TButton
  101.       Left = 90
  102.       Top = 5
  103.       Width = 75
  104.       Height = 21
  105.       Caption = '&Cancel'
  106.       TabOrder = 1
  107.       OnClick = Button2Click
  108.     end
  109.   end
  110. end
  111.